testsuite: Add a test for functions that work without gtk_init()
authorBenjamin Otte <otte@redhat.com>
Tue, 24 Sep 2013 13:53:34 +0000 (15:53 +0200)
committerBenjamin Otte <otte@redhat.com>
Tue, 24 Sep 2013 14:42:48 +0000 (16:42 +0200)
commit7a9641b0f6c7ce8c76b9215a2b148df58cfbdaae
tree81d8f979eedafeabbc10f4e435a405a98dc24d10
parentb41787bc788d03aaf3dc3c734bc7e8161c1e713a
testsuite: Add a test for functions that work without gtk_init()

So far, this is just supposed to be gdk_cairo_set_source_pixbuf().

Note that this is usually not an API guarantee but courtesy to
applications that used these APIs without a gtk_init() call.

https://bugzilla.gnome.org/show_bug.cgi?id=708547
testsuite/gtk/Makefile.am
testsuite/gtk/no-gtk-init.c [new file with mode: 0644]